Skip to content

Add dbt models, docs, and CI skeleton - #7

Merged
161sam merged 1 commit into
mainfrom
codex/add-dbt-documentation-and-quality-tests
Sep 2, 2025
Merged

Add dbt models, docs, and CI skeleton#7
161sam merged 1 commit into
mainfrom
codex/add-dbt-documentation-and-quality-tests

Conversation

@161sam

@161sam 161sam commented Sep 2, 2025

Copy link
Copy Markdown
Owner

Summary

  • set up dbt project skeleton with example profiles and ignore rules
  • document sources, models, exposures, and seeds with tests
  • add GitHub Actions workflow for building, testing, snapshots, and docs

Testing

  • dbt seed --full-refresh --vars '{db_schema_raw: raw_finance, db_schema_seed: raw_finance}' --profiles-dir . (fails: none)
  • dbt build --fail-fast --vars '{db_schema_raw: raw_finance}' --profiles-dir . (fails: Catalog Error: Table with name assets does not exist)
  • dbt snapshot --vars '{db_schema_raw: raw_finance}' --profiles-dir . (fails: Catalog Error: Table with name stg_assets does not exist)
  • dbt docs generate --vars '{db_schema_raw: raw_finance}' --profiles-dir .

https://chatgpt.com/codex/tasks/task_e_68b76d80e5688324abc056681f0644ad

@openhands-ai

openhands-ai Bot commented Sep 2, 2025

Copy link
Copy Markdown

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CI
    • .github/workflows/dbt.yml

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #7 at branch `codex/add-dbt-documentation-and-quality-tests`

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

@161sam
161sam merged commit cabd4a4 into main Sep 2, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant